Activities and Fragments share a lifecycle.
True
False
Each lifecycle method has a corresponding paired method for open and close.
Lifecycle 2
Fragments are destroyed when they are no longer visible?
Lifecycle 4
Which Fragment lifecycle method are its Views visible?
onCreateView
onViewCreated
onResume
onStart
Next Concept